home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / chess / mgt.zip / README < prev    next >
Text File  |  1994-02-14  |  3KB  |  91 lines

  1. -----------------------------------------------------------------------
  2.  
  3.            "mgt" Copyright 1991 Shodan
  4.         All Rights Reserved.
  5.         Program by Greg Hale
  6.  
  7. Permission to use, copy, modify, and distribute this software and its
  8. documentation for any purpose and without fee is hereby granted,
  9. provided that this entire comment and copyright notice appear in all
  10. copies and that both that copyright notice and this permission notice
  11. appear in supporting documentation.  No representations are made about
  12. the suitability of this software for any purpose.  It is provided "as
  13. is" without express or implied warranty.
  14.  
  15. -----------------------------------------------------------------------
  16.  
  17. To compile under UNIX, type 'make'
  18.  
  19. Under VMS, delete the mou.c file and then type '@build'
  20.  
  21. Under MS-DOS with Borland-C, type 'make -f makefile.bc'
  22.  
  23. -----------------------------------------------------------------------
  24.               THERE IS NO X VERSION OF THIS PROGRAM
  25. -----------------------------------------------------------------------
  26.  
  27. *** Be sure to get the From My Go Teacher tutorial materials available
  28. *** on anonymous ftp at bsdserver.ucsf.edu.
  29.  
  30. -----------------------------------------------------------------------
  31.  
  32. Please send copies of extensions to:  hale@scam.berkeley.edu
  33.  
  34. Thanks to the following for suggestions, debugging, code writing, and testing:
  35.  
  36.            mgt - you know why he's here :)
  37.  
  38.     Kurt Wallnau - for playing and suggesting
  39.     Jeff Boscole - for sleepless nights of debugging and testing
  40.     Thos Sumner  - for extensive help with explaining some UNIX particulars
  41.  
  42.     Adrian Mariano - (adrian@bsdserver.ucsf.edu)
  43.              - massive code extensions, plus IBM version
  44.     Tim Casey      (tcasey@triton.umn.edu)
  45.     Mike Dobbins - lots of testing, suggestions and comment editor rewrite
  46.     Eric Osman   - for getting things to work under VMS
  47.     Steve Hollasch - debugging assistance
  48.     Huayong Yang - comments, bug reports
  49.         Jan van der Steen - bug reports and FIXES
  50.  
  51. --------------------------------------
  52. Changes:
  53.  
  54. 3/13/93 V2.3
  55.     o Rewrite of the comment editor; edits comments up to 120 lines
  56.       long; additional and user settable edit control commands
  57.         o No limit on size of displayable comments
  58.         o Added a vi-like edit mode for the comment editor
  59.     o Fixed a few parsing bugs
  60.  
  61. 4/30/92 V2.2
  62.     o Increased speed of moving backwards through game record or
  63.       jumping to an arbitrary node.
  64.     o Tutor mode
  65.     o Support for informational properties
  66.     o Support for PLayer property, and passing (as a move)
  67.     o Removed restriction on number of letters or marks
  68.     o Detection of ko during game play
  69.     o For the IBM version: Mouse support and improved display
  70.  
  71. 4/5/91 V2.1
  72.     o Short format game record support
  73.     o Filename wild card support
  74.     o Additional comment editor features
  75.     o Improved game scoring
  76.  
  77. 2/1/91 V2.0
  78.     o mgt is more optimized.
  79.     o IBM version support
  80.     o revision of display
  81.     o fixed lots of little bugs
  82.     o more commands
  83.     o basic editing of comments
  84.     o save & load
  85.     o play-by-mail facility added.
  86.  
  87. 2/6/90 V1.0
  88.     o First release.  All is holding together fine, but no
  89.       optimization has been done yet.  That is next on the list.  
  90.       My apologies to the CPU's. :(
  91.